Add dep-info generation
authorRaph Levien <raph@google.com>
Tue, 17 Jan 2017 21:22:05 +0000 (13:22 -0800)
committerRaph Levien <raph@google.com>
Wed, 25 Jan 2017 01:51:36 +0000 (17:51 -0800)
commit2b2b55fcc25ddaba99b8fdaac151771ea1bcf658
tree4cf93f5a98dfd25e95ab1e285275fd1904f8aa8c
parentcf4986dd4690591aead3edc9b42275430f7640c4
Add dep-info generation

Make cargo output a ".d" file containing dependency info (in a format
that make and ninja can consume) for each artifact it produces. This
will help in integrating into other build systems.
src/cargo/ops/cargo_rustc/mod.rs
src/cargo/ops/cargo_rustc/output_depinfo.rs [new file with mode: 0644]